home *** CD-ROM | disk | FTP | other *** search
/ Disc to the Future 2 / Disc to the Future Part II Programmer's Reference (Wayzata Technology)(6013)(1992).bin / MAC / THINKC / 4_0 / TERMINAL / HDRS / SERIAL.H < prev    next >
Text File  |  1990-11-20  |  787b  |  29 lines

  1. /*
  2.     Terminal 2.0
  3.     "Serial.h"
  4. */
  5.  
  6. Boolean Serial8Bits(short);
  7. void SerialAbort (void);
  8. void SerialBinary (short);
  9. long SerialCheck (void);
  10. void SerialClose (void);
  11. Boolean SerialCTS (void);
  12. Boolean SerialDCD (void);
  13. void SerialDevice(ProcPtr);
  14. void SerialDropDTR (Boolean);
  15. void SerialDTR (Boolean);
  16. long SerialDuration (short, short);
  17. void SerialFastRead (Byte *, long);
  18. void SerialFlush (void);
  19. short SerialGetSetup (short, short *, short *, short *, short *);
  20. void SerialHandshake (short);
  21. short SerialOpen (Byte *, short, short);
  22. long SerialRead (Byte *, long);
  23. void SerialReadDeblock (short);
  24. void SerialReadStop (short);
  25. void SerialReset (short);
  26. short SerialSetSetup (short, short, short, short, short *);
  27. void SerialSend (Byte *, long, Boolean *);
  28. void SerialWriteDeblock (void);
  29.